runtime.g.runningCleanups (field)

5 uses

	runtime (current package)
		mcleanup.go#L597: 	getg().runningCleanups.Store(true)
		mcleanup.go#L606: 	getg().runningCleanups.Store(false)
		proc.go#L5220: 	newg.runningCleanups.Store(false)
		runtime2.go#L470: 	runningCleanups atomic.Bool
		traceback.go#L1394: 		return !gp.runningCleanups.Load()